home *** CD-ROM | disk | FTP | other *** search
/ 64'er Special 94 / 64er_Magazin_Sonderheft_94_19xx_Markt__Technik_de_Side_B.d64 / 4. char.editor (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  246b  |  5 lines

  1. 1 sys2235
  2. 2 input"[147]";a$:z=peek(1026):print"[147]12345678";:fort=1to8:print"";t:next:inputa$
  3. 3 print"":fort=0to7:y=0:forn=7to0step-1:x=peek(1024+t*40+(7-n)):ifx<>32theny=y+2^n
  4. 4 nextn:printy:poke8192+t+z*8,y:nextt
  5.